home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / cot.z / cot
Encoding:
Text File  |  2002-10-03  |  2.7 KB  |  71 lines

  1. COT(3I)                                               Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      CCOOTT, CCOOTTAANN, DDCCOOTT, DDCCOOTTAANN, QQCCOOTT, CCQQCCOOTTAANN - Computes cotangent
  6.  
  7. SSYYNNOOPPSSIISS
  8.      CCOOTT (([XX==]_x))
  9.      CCOOTTAANN (([XX==]_x))
  10.      DDCCOOTT (([XX==]_x))
  11.      DDCCOOTTAANN (([XX==]_x))
  12.      QQCCOOTT (([XX==]_x))
  13.      QQCCOOTTAANN (([XX==]_x))
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, IRIX systems
  17.  
  18.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  19.  
  20. SSTTAANNDDAARRDDSS
  21.      Fortran extensions
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.      CCOOTT is the generic function name; the others are specifics.  They are
  25.      elemental intrinsic functions.  They accept the following argument:
  26.  
  27.      _x         Must be of type real.  The type and kind type of _x is
  28.                identical to the type and kind type of the return value.
  29.                See the RETURN VALUES section for more information on input
  30.                data types and return values.
  31.  
  32.      These functions evaluate _y = cot(_x).
  33.  
  34. NNOOTTEESS
  35.      The CCOOTT and DDCCOOTT intrinsic function names can be passed as arguments;
  36.      the others cannot.
  37.  
  38.      On UNICOS and UNICOS/mk systems, the following return values occur:
  39.  
  40.      * On systems that support the IEEE standard for floating-point
  41.        arithmetic,                 25
  42.        CCOOTT((_x)) = NaN if |_x| > pi * 2   or if _x = NaN
  43.  
  44.      * On systems that do not support the IEEE standard for floating-point
  45.        arithmetic,               25
  46.        CCOOTT((_x)) = 0 if |_x| > pi * 2   or if _x = 0
  47.  
  48.      On IRIX systems, the following return value occurs:
  49.  
  50.                                       19
  51.           CCOOTT((_x)) = NaN if |_x| > pi * 2   or if _x = NaN
  52.  
  53. RREETTUURRNN VVAALLUUEESS
  54.      CCOOTT and CCOOTTAANN return the single-precision real cotangent of their
  55.      single-precision real arguments.
  56.  
  57.      DDCCOOTT and DDCCOOTTAANN return the double-precision real cotangent of their
  58.      double-precision real arguments.
  59.  
  60.      QQCCOOTT and QQCCOOTTAANN return the quad-precision real cotangent of their
  61.      quad-precision real arguments.
  62.  
  63.      The data type and kind type for single-precision, double-precision,
  64.      and quad-precision values differ depending on your platform.  For
  65.      platform-specific information, see the TERMINOLOGY section of the
  66.      IINNTTRROO__IINNTTRRIINN(3I) man page.
  67.  
  68. SSEEEE AALLSSOO
  69.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  70.      man page.
  71.